API Documentation
Static Public Member Functions | List of all members
nkGraphics::GltfEncoder Class Referencefinal

Allows to work with the GLTF 2 format (Do not use, WIP). More...

Static Public Member Functions

static bool canDecode (const nkMemory::BufferView<> &sources)
 
static DecodedData decode (const nkMemory::BufferView<> &sources)
 

Detailed Description

Allows to work with the GLTF 2 format (Do not use, WIP).

Member Function Documentation

◆ canDecode()

static bool nkGraphics::GltfEncoder::canDecode ( const nkMemory::BufferView<> &  sources)
static

Checks whether data can be decoded or not.

Parameters
sourcesData to check.
Returns
Whether the data can be decoded using this encoder (true) or not (false).

◆ decode()

static DecodedData nkGraphics::GltfEncoder::decode ( const nkMemory::BufferView<> &  sources)
static

Decodes provided data.

Parameters
sourcesData to decode.
Returns
Decoded data.

The documentation for this class was generated from the following file: